projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7af7ef3
)
(recover-session): Error if session files turned off.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Oct 1996 10:26:51 +0000
(10:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Oct 1996 10:26:51 +0000
(10:26 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index a013c91855ba9772cb478fb22b095409b05a3064..d99b42476bd73876eb63fda86c3f4ec859a2014f 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2304,6
+2304,8
@@
previous sessions that you could recover from.
To choose one, move point to the proper line and then type C-c C-c.
Then you'll be asked about a number of files to recover."
(interactive)
+ (if (null auto-save-list-file-prefix)
+ (error "You set `auto-save-list-file-prefix' to disable making session files"))
(let ((ls-lisp-support-shell-wildcards t))
(dired (concat auto-save-list-file-prefix "*")))
(goto-char (point-min))